GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF~SearchTextRegex / SearchTextRegex(String,Int32,Boolean,Boolean,IEnumerable<RectangleF>) Method





In This Topic
SearchTextRegex(String,Int32,Boolean,Boolean,IEnumerable<RectangleF>) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function SearchTextRegex( _
   ByVal Pattern As String, _
   ByVal Occurrence As Integer, _
   ByVal CaseSensitive As Boolean, _
   ByVal MatchOnlyBoundingBoxes As Boolean, _
   ByRef BoundingBoxes As IEnumerable(Of RectangleF) _
) As Boolean
public bool SearchTextRegex( 
   string Pattern,
   int Occurrence,
   bool CaseSensitive,
   bool MatchOnlyBoundingBoxes,
   out IEnumerable<RectangleF> BoundingBoxes
)
public function SearchTextRegex( 
    Pattern: String;
    Occurrence: Integer;
    CaseSensitive: Boolean;
    MatchOnlyBoundingBoxes: Boolean;
   Out  BoundingBoxes: IEnumerable
): Boolean; 
public function SearchTextRegex( 
   Pattern : String,
   Occurrence : int,
   CaseSensitive : boolean,
   MatchOnlyBoundingBoxes : boolean,
   BoundingBoxes : IEnumerable
) : boolean;
public: bool SearchTextRegex( 
   string* Pattern,
   int Occurrence,
   bool CaseSensitive,
   bool MatchOnlyBoundingBoxes,
   [PARAMFLAG::Out] IEnumerable<RectangleF>* BoundingBoxes
) 
public:
bool SearchTextRegex( 
   String^ Pattern,
   int Occurrence,
   bool CaseSensitive,
   bool MatchOnlyBoundingBoxes,
   [Out] IEnumerable<RectangleF>^ BoundingBoxes
) 

Parameters

Pattern
Occurrence
CaseSensitive
MatchOnlyBoundingBoxes
BoundingBoxes
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members
Overload List